projects
/
pyside6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8776cb
)
Add extra build verbosity
author
Stuart Prescott
<stuart@debian.org>
Tue, 18 Feb 2025 08:55:43 +0000
(19:55 +1100)
committer
Stuart Prescott
<stuart@debian.org>
Tue, 18 Feb 2025 08:57:28 +0000
(19:57 +1100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 0d20d6d5139f378434ebebd44c0b805c762fa74b..9a88c93869fc0d539c371ca55dc4fe0d8b297f0f 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-25,10
+25,10
@@
export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
# Work around buildd bug (https://bugs.debian.org/842565)
undefine XDG_RUNTIME_DIR
-
-PYBUILD_BUILD_ARGS =
+PYBUILD_CONFIGURE_ARGS = --verbose
+PYBUILD_BUILD_ARGS =
--skip-packaging --verbose-build
PYBUILD_BUILD_ARGS += --parallel=$(or $(DEB_BUILD_OPTION_PARALLEL),$(DEB_BUILD_OPTION_PARALLEL),1)
-PYBUILD_INSTALL_ARGS = --reuse-build
+PYBUILD_INSTALL_ARGS = --reuse-build
--verbose-build
## Package compilation options